diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1203010..af64199 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Unshallow run: git fetch --prune --unshallow - name: Set up Go diff --git a/.github/workflows/test-plugin-example.yml b/.github/workflows/test-plugin-example.yml index b3e9ca9..38b16ef 100644 --- a/.github/workflows/test-plugin-example.yml +++ b/.github/workflows/test-plugin-example.yml @@ -22,7 +22,7 @@ jobs: name: init and build example steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - run: packer init . working-directory: ${{ github.event.inputs.folder }}