Skip to content

Commit 953d0c9

Browse files
Bump actions/checkout from 5 to 6 (#263)
1 parent 8df7ddc commit 953d0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Checks-out your repository under $GITHUB_WORKSPACE
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Setup Python
1818
uses: actions/setup-python@v6
@@ -26,7 +26,7 @@ jobs:
2626
run: nene
2727

2828
- name: Clone the leouieda.github.io repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
repository: leouieda/leouieda.github.io
3232
ref: 'main'

0 commit comments

Comments
 (0)