diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d319b6b04..8fbb7f7501 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: name: Build with Hugo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch the Docsy theme submodules: recursive diff --git a/.github/workflows/build_pr_preview.yml b/.github/workflows/build_pr_preview.yml index 554836b0a2..943d63558c 100644 --- a/.github/workflows/build_pr_preview.yml +++ b/.github/workflows/build_pr_preview.yml @@ -18,7 +18,7 @@ jobs: name: Build with Hugo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch the Docsy theme submodules: recursive diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 68fd507607..97a6129073 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -15,7 +15,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Make sure the actual branch is checked out when running on PR ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/delete_pr_preview.yml b/.github/workflows/delete_pr_preview.yml index c817b9fc42..56459927ee 100644 --- a/.github/workflows/delete_pr_preview.yml +++ b/.github/workflows/delete_pr_preview.yml @@ -17,7 +17,7 @@ jobs: name: Build with Hugo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: "pr_previews" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c32921f7d1..87872a93c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: if: ${{ github.repository == 'EGI-Federation/documentation' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch the Docsy theme submodules: recursive diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 72b4790546..e8167858e9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: steps: # Checks out a copy of your repository on the ubuntu-latest machine - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Make sure the actual branch is checked out when running on PR ref: ${{ github.event.pull_request.head.sha }}