Skip to content

Commit 94072e0

Browse files
authored
Merge pull request #123 from tobiasge/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 894af7e + f5a4a76 commit 94072e0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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@v5
26+
uses: actions/checkout@v6
2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v4
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@v5
17+
uses: actions/checkout@v6
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@v5
14+
uses: actions/checkout@v6
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@v5
22+
uses: actions/checkout@v6
2323
- uses: actions/setup-python@v6
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@v5
14+
uses: actions/checkout@v6
1515
- id: test-script-1
1616
name: Test the initializers (First run)
1717
env:

0 commit comments

Comments
 (0)