@@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out repository
20- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
2222 - name : Set up Node.js
23- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
23+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2424 with :
2525 node-version-file : .tool-versions
2626
3232 run : echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
3333
3434 - name : Cache Yarn packages
35- uses : actions/cache@v4
35+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3636 with :
3737 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
3838 key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
@@ -53,10 +53,10 @@ jobs:
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Check out repository
56- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
56+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757
5858 - name : Set up Node.js
59- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
59+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
6060 with :
6161 node-version-file : .tool-versions
6262
6868 run : echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
6969
7070 - name : Cache Yarn packages
71- uses : actions/cache@v4
71+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7272 with :
7373 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
7474 key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
@@ -86,12 +86,12 @@ jobs:
8686 runs-on : ubuntu-latest
8787 steps :
8888 - name : Check out repository
89- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
89+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9090 with :
9191 fetch-depth : 0
9292
9393 - name : Set up Node.js
94- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
94+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
9595 with :
9696 node-version-file : .tool-versions
9797
@@ -103,7 +103,7 @@ jobs:
103103 run : echo "dir=$(corepack yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"
104104
105105 - name : Cache Yarn packages
106- uses : actions/cache@v4
106+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
107107 with :
108108 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
109109 key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
0 commit comments