diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 73a2dab..d5313bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Build backend run: | cd $GITHUB_WORKSPACE diff --git a/.github/workflows/index-latest.yml b/.github/workflows/index-latest.yml index 2132269..4441982 100644 --- a/.github/workflows/index-latest.yml +++ b/.github/workflows/index-latest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install minimal stable uses: actions-rs/toolchain@v1 with: