Skip to content

Commit fedb9e7

Browse files
authored
Merge pull request #34 from harvey0100/master
Workflow Version Update
2 parents 9e3744f + 4af73e5 commit fedb9e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/jekyll-gh-pages-avatar.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
path: main
3333

3434
- name: Clone autils repo
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
repository: avocado-framework/aautils
3838
path: resources/autils
@@ -48,7 +48,7 @@ jobs:
4848
run: cp -r resources/autils/metadata/**/*.yml main/_data/autils/
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@v2
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: '3.x'
5454

@@ -62,7 +62,7 @@ jobs:
6262
run: python main/scripts/deployavatar.py
6363

6464
- name: Setup Pages
65-
uses: actions/configure-pages@v3
65+
uses: actions/configure-pages@v5
6666

6767
- name: Build with Jekyll
6868
uses: actions/jekyll-build-pages@v1
@@ -71,7 +71,7 @@ jobs:
7171
destination: main/_site
7272

7373
- name: Upload artifact
74-
uses: actions/upload-pages-artifact@v1
74+
uses: actions/upload-pages-artifact@v3
7575
with:
7676
path: main/_site/
7777

@@ -85,4 +85,4 @@ jobs:
8585
steps:
8686
- name: Deploy to GitHub Pages
8787
id: deployment
88-
uses: actions/deploy-pages@v2
88+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)