Skip to content

Commit ab6e3ef

Browse files
Bump actions/checkout from 4 to 5 (#35)
1 parent 931034f commit ab6e3ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-addon.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Set up Python 3.11
1515
uses: actions/setup-python@v5
1616
with:
@@ -30,7 +30,7 @@ jobs:
3030
needs: check
3131
if: github.ref_type == 'tag'
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
- name: Set up Python 3.11
3535
uses: actions/setup-python@v5
3636
with:
@@ -52,7 +52,7 @@ jobs:
5252
needs: check
5353
if: github.ref_type == 'tag'
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656
- name: Set up Python 3.11
5757
uses: actions/setup-python@v5
5858
with:

0 commit comments

Comments
 (0)