Skip to content

Commit 64bf492

Browse files
authored
Merge pull request #225 from fairagro/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c010e0d + dda98b5 commit 64bf492

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code_check.yml

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

1818
steps:
1919
- name: Checkout git repo
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Set up Python ${{ env.PYTHON_VERSION }}
2323
uses: actions/setup-python@v5

.github/workflows/codeql.yml

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

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
Patch: ${{ steps.gitversion.outputs.Patch }}
3030
steps:
3131
- name: Checkout git repo
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0 # This is needed for GitVersion not to crash
3535

@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout git repo
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363

6464
- name: Set up Docker Buildx
6565
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)