Skip to content

Commit 180f508

Browse files
chore(deps): update actions/checkout action to v5
1 parent ec2b1fb commit 180f508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
# Git Checkout
4141
- name: Checkout Code
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
with:
4444
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
4545
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 18

0 commit comments

Comments
 (0)