Skip to content

Commit 2d887dc

Browse files
authored
Merge pull request #116 from tobiasge/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7bf812f + 60dea1d commit 2d887dc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
language: ["python"]
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v3
2929
with:

.github/workflows/feature-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- id: git-checkout
1616
name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- id: code-update
1919
name: Change test target to feature branch of Netbox
2020
run: |

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- id: git-checkout
1313
name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
# Full git history is needed to get a proper
1717
# list of changed files within `super-linter`

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- id: git-checkout
2121
name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.12"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- id: git-checkout
1313
name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- id: test-script-1
1616
name: Test the initializers (First run)
1717
env:

0 commit comments

Comments
 (0)