Skip to content

Commit 79863c7

Browse files
committed
update githib actions/checkout from v3 to v7
To resolve the following warning on master build: Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ v5 updates node but instead updating to the latest as reading the release notes (https://github.com/actions/checkout) v7 has a security fix for avoiding forks exfiltrating build secrets.
1 parent 31147ef commit 79863c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v7
1616
- name: Build the site in the jekyll/builder container
1717
run: |
1818
docker run \

0 commit comments

Comments
 (0)