Skip to content

Commit 27f720b

Browse files
ci: bump actions/checkout from 5 to 6 (#652)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 542a728 commit 27f720b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
2727
SENTRY_ENVIRONMENT: CI
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version: 20
@@ -61,7 +61,7 @@ jobs:
6161
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
6262
SENTRY_ENVIRONMENT: CI
6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
- uses: actions/setup-node@v6
6666
with:
6767
node-version: 20
@@ -81,7 +81,7 @@ jobs:
8181
REGISTRY: ghcr.io
8282
SENTRY_ENVIRONMENT: CI
8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585

8686
- uses: docker/login-action@v3
8787
with:
@@ -101,7 +101,7 @@ jobs:
101101
needs: [build, docker-build]
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@v5
104+
- uses: actions/checkout@v6
105105
- uses: superfly/flyctl-actions/setup-flyctl@master
106106
- run: flyctl deploy --remote-only --build-arg GIT_COMMIT=$(git rev-parse HEAD)
107107
env:

0 commit comments

Comments
 (0)