Skip to content

Commit 2424c8c

Browse files
renovate[bot]tmeckel
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 3766866 commit 2424c8c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Check out the repo
1919
id: checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Get the version
2323
id: get_version

.github/workflows/create-linked-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout repository code
6161
# We need to check out the code to be able to check for existing tags and push new ones.
6262
if: steps.validate_tag.outputs.is_valid == 'true'
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
fetch-depth: 0
6666
fetch-tags: true

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
id: checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Set up Python
1616
id: setup-python

0 commit comments

Comments
 (0)