Skip to content

Commit 1a6f929

Browse files
authored
Merge pull request #29 from fauust/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 516fc5e + 0ee0a88 commit 1a6f929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
DOCKER_DEPLOY_IMAGES: false
8484

8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v5
8787
- name: Set up env vars
8888
run: |
8989
set -vx

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.x"

0 commit comments

Comments
 (0)