Skip to content

Commit 6feaaf1

Browse files
⬆️ Update actions/checkout action to v6
1 parent af3dab3 commit 6feaaf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: workflows
2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- name: 🚀 Run add-on information action
2727
id: information
2828
uses: frenck/action-addon-information@v1.4.2

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
version: ${{ steps.release.outputs.version }}
5252
steps:
5353
- name: ⤵️ Check out code from GitHub
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
- name: 🚀 Run add-on information action
5656
id: information
5757
uses: frenck/action-addon-information@v1.4.2

0 commit comments

Comments
 (0)