Skip to content

Commit 0f2fb47

Browse files
Update actions/checkout action to v6
1 parent cff630e commit 0f2fb47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
packages: read
2424
statuses: write
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
# Full git history is needed to get a proper
2929
# list of changed files within `super-linter`
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- id: git-checkout
7676
name: Checkout
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
- id: buildx-setup
7979
name: Set up Docker Buildx
8080
uses: docker/setup-buildx-action@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- id: source-checkout
3434
name: Checkout
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
ref: ${{ matrix.build.branch }}
3838
- id: set-netbox-docker-version

0 commit comments

Comments
 (0)