diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c6b5d9..c9fdb3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: pkg-config - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -139,7 +139,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup GPG id: gpg @@ -156,7 +156,7 @@ jobs: merge-multiple: true - name: Checkout existing gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: gh-pages path: gh-pages-branch @@ -225,7 +225,7 @@ jobs: options: --privileged steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Build Flatpak uses: flatpak/flatpak-github-actions/flatpak-builder@v6 diff --git a/.github/workflows/dependabot-flatpak.yml b/.github/workflows/dependabot-flatpak.yml index 7c79c68..7cc533b 100644 --- a/.github/workflows/dependabot-flatpak.yml +++ b/.github/workflows/dependabot-flatpak.yml @@ -14,7 +14,7 @@ jobs: contents: write # Needed to push back to the branch steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/flatter.yml b/.github/workflows/flatter.yml index a711ae5..c37dff1 100644 --- a/.github/workflows/flatter.yml +++ b/.github/workflows/flatter.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ inputs.tag_name || github.ref }} @@ -103,7 +103,7 @@ jobs: pattern: ru.arabianq.pwsp-* - name: Checkout existing gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: gh-pages path: gh-pages-branch diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05c7146..52a7287 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: pkg-config - name: Checkout code at tag - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ needs.prepare.outputs.tag }} fetch-depth: 0 @@ -196,7 +196,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup GPG id: gpg @@ -213,7 +213,7 @@ jobs: merge-multiple: true - name: Checkout existing gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: gh-pages path: gh-pages-branch