Skip to content

Commit 0a33168

Browse files
authored
Merge pull request #578 from One-Language/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 380e867 + 25208aa commit 0a33168

File tree

4 files changed

+5
-5
lines changed

4 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
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v3
2525
- name: Set up Docker Buildx

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- uses: actions/setup-python@v6 # https://www.python.org/
1616
with:
1717
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
@@ -42,6 +42,6 @@ jobs:
4242
- {os: windows-latest}
4343
steps:
4444
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
with:
4747
fetch-depth: 0

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
# Full git history is needed to get a proper list of changed files within `super-linter`
2020
fetch-depth: 0

0 commit comments

Comments
 (0)