diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 9682777f..9d470ea9 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -12,7 +12,7 @@ jobs: name: ApiGen steps: - name: Checkout Project - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10 @@ -35,13 +35,13 @@ jobs: if: env.ACT != 'true' && ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }} steps: - name: Download current README - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10 path: source - name: Checkout GitHub Pages - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10 ref: gh-pages diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index f7f2a7b2..080c0295 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -34,7 +34,7 @@ jobs: extensions: bz2,xml,curl - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10