Skip to content

Commit c1f6928

Browse files
committed
ci: upgrade to actions/checkout@v7
1 parent 0a9672d commit c1f6928

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
fail-fast: false
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
16+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
1717
with:
1818
path: ~/.local/share/pnpm/store
1919
key: build-${{ hashFiles('**/package.json') }}
20-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
20+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2121
with:
2222
node-version: 24
2323
- run: |
@@ -45,15 +45,15 @@ jobs:
4545
name: unittest (${{ matrix.node }})
4646
runs-on: ubuntu-24.04
4747
steps:
48-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
48+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
49+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5050
with:
5151
path: ~/.local/share/pnpm/store
5252
key: unittest-${{ matrix.node }}-${{ hashFiles('**/package.json') }}
53-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
53+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5454
with:
5555
node-version: ${{ matrix.node }}
56-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
56+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
5757
with:
5858
python-version: '3.12'
5959
- name: Install dependencies
@@ -84,14 +84,14 @@ jobs:
8484
run: |
8585
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0 || true
8686
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 || true
87-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
88-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
87+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
88+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8989
with:
9090
path: |
9191
~/.local/share/pnpm/store
9292
~/.cache/puppeteer
9393
key: integ-${{ hashFiles('**/package.json') }}
94-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
94+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
9595
with:
9696
node-version: 24
9797
- name: Install dependencies
@@ -123,12 +123,12 @@ jobs:
123123
if: ${{ github.repository == 'yoursunny/NDNts' && github.event_name == 'push' }}
124124
runs-on: ubuntu-24.04
125125
steps:
126-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
127-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
126+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
127+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
128128
with:
129129
path: ~/.local/share/pnpm/store
130130
key: publish-${{ hashFiles('**/package.json') }}
131-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
131+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
132132
with:
133133
node-version: 24
134134
- run: |
@@ -157,7 +157,7 @@ jobs:
157157
fqdn: ndnts-nightly.ndn.today
158158
env:
159159
GH_PAT: ${{ secrets.NIGHTLY_ACCESS_TOKEN }}
160-
- uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0.0
160+
- uses: nwtgck/actions-netlify@d22a32a27c918fe470bbc562e984f80ec48c2668 # v4.0.0
161161
with:
162162
publish-dir: ./docs/
163163
production-deploy: true

0 commit comments

Comments
 (0)