Skip to content

Commit 2dd4962

Browse files
authored
Merge pull request #2398 from wger-project/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents efdd229 + b81482a commit 2dd4962

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: CI job (python ${{ matrix.python-version }})
3131

3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434

3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v6

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/docker-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v4

.github/workflows/docker-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Set up QEMU
2929
uses: docker/setup-qemu-action@v4

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
4444
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747

4848
- name: Read version from wger/version.py
4949
id: version

.github/workflows/formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121

2222
- name: Get dependencies
2323
run: pip install ruff isort

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
# super-linter needs the full git history to get the
3131
# list of files that changed across commits

0 commit comments

Comments
 (0)