diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ea0c3..d123fbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up gh-aw CLI - uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4 + uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # setup-cli action pin (installs CLI v0.72.1 below) with: - version: v0.71.4 + version: v0.72.1 github-token: ${{ secrets.GITHUB_TOKEN }} - name: Compile workflows @@ -39,9 +39,9 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up gh-aw CLI - uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4 + uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # setup-cli action pin (installs CLI v0.72.1 below) with: - version: v0.71.4 + version: v0.72.1 github-token: ${{ secrets.GITHUB_TOKEN }} - name: Test gh aw add from local sources @@ -65,9 +65,9 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up gh-aw CLI - uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4 + uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # setup-cli action pin (installs CLI v0.72.1 below) with: - version: v0.71.4 + version: v0.72.1 github-token: ${{ secrets.GITHUB_TOKEN }} - name: Install published workflows locally