diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 746dd75258..12d76d6028 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Fortran compiler uses: fortran-lang/setup-fortran@v1.9.0 @@ -317,7 +317,7 @@ jobs: gcc_v: [11,12,13] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Artifacts id: download_windows_artifacts @@ -434,7 +434,7 @@ jobs: env: DEPLOY_BRANCH: ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: ${{ github.event_name == 'push' }} - name: Download Artifacts diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6d67974b21..e494291e51 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,7 +6,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.x' diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index cfe7bae1ab..d22ee74835 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: (Ubuntu) setup gcc version if: contains(matrix.os,'ubuntu') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d473b9cc8..61e5338681 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: FORMAT: ${{ matrix.format }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -124,7 +124,7 @@ jobs: env: DEPLOY_BRANCH: ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: ${{ github.event_name == 'push' }} - name: Download Artifacts