Skip to content

Commit da8b3fc

Browse files
authored
Merge pull request #186 from fairagro/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5d6bde0 + e40e3ca commit da8b3fc

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@v4
20+
uses: actions/checkout@v5
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@v4
51+
uses: actions/checkout@v5
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@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0 # This is needed for GitVersion not to crash
3535

@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout git repo
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

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

0 commit comments

Comments
 (0)