Skip to content

Commit 608c12d

Browse files
Merge pull request #79 from allthingslinux/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents ef46680 + d2124eb commit 608c12d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-readme-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: "Checkout repository"
21-
uses: "actions/checkout@v4"
21+
uses: "actions/checkout@v5"
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/generate-readme-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
steps:
2424
- name: "Checkout base repository"
25-
uses: "actions/checkout@v4"
25+
uses: "actions/checkout@v5"
2626
with:
2727
token: ${{ env.GH_TOKEN }}
2828
fetch-depth: 0

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
owner: "allthingslinux"
2020

2121
- name: "Checkout website repository"
22-
uses: "actions/checkout@v4"
22+
uses: "actions/checkout@v5"
2323
with:
2424
repository: "allthingslinux/allthingslinux"
2525
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)