Skip to content

Commit 3b63083

Browse files
build(deps): bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de004ce commit 3b63083

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.0
39+
- uses: actions/checkout@v6.0.1
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.0
20+
uses: actions/checkout@v6.0.1
2121
with:
2222
fetch-depth: 0
2323
- name: Lint Code Base

0 commit comments

Comments
 (0)