@@ -15,19 +15,19 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
2020 - name : Read .nvmrc
2121 id : node_version
2222 run : echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
2323
2424 - name : Set up node
25- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
25+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
2626 with :
2727 node-version : ${{ steps.node_version.outputs.NODE_VERSION }}
2828
2929 - name : Cache dependencies
30- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
30+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3131 with :
3232 path : ~/.npm
3333 key : ${{ runner.os }}-node-${{ steps.node_version.outputs.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
4141 name : Build
4242
4343 - name : Upload gatsby artifact
44- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4545 with :
4646 name : gatsby-build
4747 path : ./public
@@ -51,10 +51,10 @@ jobs:
5151 needs : build
5252
5353 steps :
54- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555
5656 - name : Set up Python
57- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
57+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5858 with :
5959 python-version : 3.12
6060
6464 python -m pip install -r deployment/requirements.txt
6565
6666 - name : Download gatsby artifact
67- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
67+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
6868 with :
6969 name : gatsby-build
7070 path : ./public
@@ -90,10 +90,10 @@ jobs:
9090 needs : deploy
9191
9292 steps :
93- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9494
9595 - name : Set up Python
96- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
96+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
9797 with :
9898 python-version : 3.12
9999
0 commit comments