Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 2e468fd

Browse files
ci: bump actions/checkout from 4 to 5 (#621)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 715cd35 commit 2e468fd

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@v4
29+
- uses: actions/checkout@v5
3030
- uses: actions/setup-node@v4
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@v4
64+
- uses: actions/checkout@v5
6565
- uses: actions/setup-node@v4
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@v4
84+
- uses: actions/checkout@v5
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@v4
104+
- uses: actions/checkout@v5
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)