Skip to content

Commit 8f13ff8

Browse files
Bump actions/checkout from 3 to 4 (#459)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 7011fb2 commit 8f13ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Lint
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Use Just for running commands
1313
uses: extractions/setup-just@v1
1414
env:
@@ -57,7 +57,7 @@ jobs:
5757
READ_DOT_ENV_FILE: on
5858
DOCKER_COMPOSE_PREFIX: docker compose run -u root --rm --no-deps web
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
- name: Use Just for running commands
6262
uses: extractions/setup-just@v1
6363
env:

0 commit comments

Comments
 (0)