Skip to content

Commit c268290

Browse files
Merge pull request #23 from MaximeMichaud/dependabot/github_actions/actions/checkout-6.0.2
build(deps): bump actions/checkout from 6.0.1 to 6.0.2
2 parents 72916e7 + ef0854c commit c268290

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ssl: LIBRESSL
3737
fail-fast: false
3838
steps:
39-
- uses: actions/checkout@v6.0.1
39+
- uses: actions/checkout@v6.0.2
4040

4141
- name: Build NGINX in Docker
4242
continue-on-error: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
statuses: write
1818
steps:
1919
- name: Checkout Code
20-
uses: actions/checkout@v6.0.1
20+
uses: actions/checkout@v6.0.2
2121
with:
2222
fetch-depth: 0
2323
- name: Lint Code Base

0 commit comments

Comments
 (0)