Skip to content

Commit 1f64c0d

Browse files
dependabot[bot]syphar
authored andcommitted
Bump actions/checkout from 3 to 4
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]>
1 parent 94cab97 commit 1f64c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout the source code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Run the custom linter
2323
run: ./lint.sh
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout the source code
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- name: Build the Docker image
4242
run: docker build -t ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest ${{ matrix.image }}/

0 commit comments

Comments
 (0)