Skip to content

Commit e47f45a

Browse files
committed
chore(ci): bump GitHub Actions used by docs + publiccode validation
Update actions/checkout to v6 and peaceiris/actions-gh-pages to v4. Keeping workflow actions up to date helps us stay secure, compatible with GitHub runner changes, and reduces CI breakage from deprecated versions.
1 parent 7ff77e5 commit e47f45a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
generate-docs:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v6
1010
- name: update apt cache
1111
run: sudo apt-get update
1212
- name: install prereqs
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: doc/sdk/eidviewer
2121
run: doxygen Doxyfile
2222
- name: publish
23-
uses: peaceiris/actions-gh-pages@v3
23+
uses: peaceiris/actions-gh-pages@v4
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ./doc/sdk/eidviewer/html

.github/workflows/publiccode-yml-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
publiccode_yml_validation:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010
- uses: italia/publiccode-parser-action@v1
1111
with:
1212
publiccode: 'publiccode.yml'

0 commit comments

Comments
 (0)