From 62941b1b6e70b5a189a887bb1b2c8426cc7b2433 Mon Sep 17 00:00:00 2001 From: Adam Crews Date: Thu, 14 Mar 2024 12:01:43 -0700 Subject: [PATCH] Update to the latest gh agents --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60f70d4..61c07f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v1 + uses: asdf-vm/actions/plugin-test@v3 with: command: tf-summarize -v diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7758aab..6e438d6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v1 + uses: asdf-vm/actions/install@v3 - name: Run ShellCheck run: scripts/shellcheck.bash @@ -23,10 +23,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v1 + uses: asdf-vm/actions/install@v3 - name: List file to shfmt run: shfmt -f . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a118ee..3b7803f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,6 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: GoogleCloudPlatform/release-please-action@v4 with: release-type: simple