diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index fea8ebdb2..64d4e4cb9 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -14,9 +14,9 @@ jobs: contents: write steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check out GitHub Pages branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: 'gh-pages'