Skip to content

Commit e0ee074

Browse files
chore(deps): update actions/checkout action to v6
1 parent 6ccd057 commit e0ee074

4 files changed

Lines changed: 4 additions & 4 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@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Get the version
2323
id: get_version

.github/workflows/check-missing-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616
fetch-tags: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout repository code
6464
# We need to check out the code to be able to check for existing tags and push new ones.
6565
if: steps.validate_tag.outputs.is_valid == 'true'
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969
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@v5
13+
uses: actions/checkout@v6
1414

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

0 commit comments

Comments
 (0)