diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 40fefae..897643b 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Fetch git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 path: website diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1a672d3..1afc4cb 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Fetch git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: website