Skip to content

Commit 25ef23f

Browse files
authored
Merge pull request #332 from pythonclub/copilot/update-github-actions-version
Update GitHub Actions to latest versions
2 parents 3ed6e92 + 74d7780 commit 25ef23f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout do repositório
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v5
2222
with:
2323
submodules: recursive
2424

2525
- name: Configura python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "2.7"
2929
cache: pip
@@ -35,7 +35,7 @@ jobs:
3535
run: make publish
3636

3737
- name: Upload do site
38-
uses: actions/upload-pages-artifact@v1
38+
uses: actions/upload-pages-artifact@v4
3939
with:
4040
path: output/
4141

@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy no GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v1
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)