diff --git a/.github/workflows/check_homeassistant.yaml b/.github/workflows/check_homeassistant.yaml index e1f903e..b5182b3 100644 --- a/.github/workflows/check_homeassistant.yaml +++ b/.github/workflows/check_homeassistant.yaml @@ -13,7 +13,7 @@ jobs: echo "DISTRIB_RELEASE=18.04" > /etc/lsb-release fi - name: 'checkout' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: mv secrets secrets.old || true - run: mkdir secrets - run: cp -v ci/secrets.yaml secrets.yaml diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index 94daa82..4332f58 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -13,7 +13,7 @@ jobs: echo "DISTRIB_RELEASE=18.04" > /etc/lsb-release fi - name: 'checkout' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 'yamllint' id: lint uses: ibiqlik/action-yamllint@v3.1 diff --git a/.github/workflows/zz_generated.create_release.yaml b/.github/workflows/zz_generated.create_release.yaml index a1cde94..ac95f8a 100644 --- a/.github/workflows/zz_generated.create_release.yaml +++ b/.github/workflows/zz_generated.create_release.yaml @@ -53,7 +53,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Checkout code if: ${{ steps.get_version.outputs.version != '' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get project.go path id: get_project_go_path if: ${{ steps.get_version.outputs.version != '' }} @@ -103,7 +103,7 @@ jobs: tarball_binary_path: "*/src/${binary}" smoke_test: "${binary} --version" - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update project.go id: update_project_go env: @@ -154,7 +154,7 @@ jobs: upload_url: ${{ steps.create_gh_release.outputs.upload_url }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.sha }} - name: Ensure correct version in project.go @@ -208,7 +208,7 @@ jobs: tarball_binary_path: "*/src/${binary}" smoke_test: "${binary} --version" - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Clone the whole history, not just the most recent commit. - name: Fetch all tags and branches diff --git a/.github/workflows/zz_generated.create_release_pr.yaml b/.github/workflows/zz_generated.create_release_pr.yaml index 60d2c70..20fae71 100644 --- a/.github/workflows/zz_generated.create_release_pr.yaml +++ b/.github/workflows/zz_generated.create_release_pr.yaml @@ -136,7 +136,7 @@ jobs: binary: "architect" version: "6.1.0" - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.gather_facts.outputs.branch }} - name: Prepare release changes