Skip to content

Commit 0f797a4

Browse files
committed
Update GitHub Actions workflows to use latest checkout and upload artifact actions
- Updated the checkout action from v4 to v6 for improved functionality and security. - Updated the upload artifact action from v3 to v4 to leverage new features and enhancements.
1 parent 118966d commit 0f797a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v5
3333
- name: Build with Jekyll
@@ -36,7 +36,7 @@ jobs:
3636
source: ./
3737
destination: ./_site
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
4040

4141
# Deployment job
4242
deploy:

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Install Rust toolchain
3434
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1

0 commit comments

Comments
 (0)