Skip to content

Commit 6fca398

Browse files
authored
Merge pull request #387 from C4illin/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 15b03d7 + 5bf3fbc commit 6fca398

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Set up Node.js
2323
uses: oven-sh/setup-bun@v2

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
5050
5151
- name: Checkout repository
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353

5454
- name: downcase REPO
5555
run: |

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dockerHubDescription:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Docker Hub Description
2121
uses: peter-evans/dockerhub-description@v4

0 commit comments

Comments
 (0)