Skip to content

Commit

Permalink
Merge pull request #1340 from gnocchixyz/mergify/bp/stable/4.6/pr-1339
Browse files Browse the repository at this point in the history
ci: update actions to newest versions (backport #1339)
  • Loading branch information
tobias-urdin authored Sep 6, 2023
2 parents 7f7dbac + 72e6675 commit ea55460
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gnocchi-ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/gnocchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- docs
- docs-gnocchi-web
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: sudo chown -R 1001:1001 $GITHUB_WORKSPACE
Expand All @@ -34,7 +34,7 @@ jobs:
ci_image:
- 'images/Dockerfile.ci'
- 'images/entrypoint.sh.ci'
- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- build
- pep8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: sudo chown -R 1001:1001 $GITHUB_WORKSPACE
- uses: dorny/paths-filter@v2
id: changes
Expand All @@ -77,7 +77,7 @@ jobs:
ci_image:
- 'images/Dockerfile.ci'
- 'images/entrypoint.sh.ci'
- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- env: postgresql-ceph
python: py311
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: sudo chown -R 1001:1001 $GITHUB_WORKSPACE
- uses: dorny/paths-filter@v2
id: changes
Expand All @@ -146,7 +146,7 @@ jobs:
ci_image:
- 'images/Dockerfile.ci'
- 'images/entrypoint.sh.ci'
- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit ea55460

Please sign in to comment.