Skip to content

Commit f58ddbe

Browse files
committed
Merge branch 'main' into dependabot/npm_and_yarn/fastify-5.8.3
2 parents 7d96ecd + 20b8922 commit f58ddbe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Use Node.js
1717
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
1818
with:
1919
node-version-file: .nvmrc
2020
- name: Cache pnpm modules
21-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
21+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2222
env:
2323
cache-name: cache-pnpm-modules
2424
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: write
2828
id-token: write
2929
steps:
30-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
with:
3232
ref: 'main'
3333
fetch-depth: 0

0 commit comments

Comments
 (0)