Skip to content

Commit b882df6

Browse files
authored
Merge pull request #1497 from netbox-community/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 1d8a31b + e9b6231 commit b882df6

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@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
# Full git history is needed to get a proper
2929
# list of changed files within `super-linter`
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- id: git-checkout
7272
name: Checkout
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
- id: buildx-setup
7575
name: Set up Docker Buildx
7676
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@v4
35+
uses: actions/checkout@v5
3636
with:
3737
ref: ${{ matrix.build.branch }}
3838
- id: set-netbox-docker-version

0 commit comments

Comments
 (0)