From 119e19cceb5260f877770c29f4c4e95e9b5f770d Mon Sep 17 00:00:00 2001 From: JT Date: Tue, 17 Dec 2024 16:54:47 +1100 Subject: [PATCH] Bump checkout action versions --- .github/workflows/bamboo-compatibility-check.yml | 8 ++++---- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bamboo-compatibility-check.yml b/.github/workflows/bamboo-compatibility-check.yml index 4984a5f..a095d59 100644 --- a/.github/workflows/bamboo-compatibility-check.yml +++ b/.github/workflows/bamboo-compatibility-check.yml @@ -23,7 +23,7 @@ jobs: gh-issue-url: ${{ steps.create-issue.outputs.issue-url }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Check for new version of Bamboo' id: version-check @@ -49,7 +49,7 @@ jobs: gh-issue-url: ${{ steps.create-issue.outputs.issue-url }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Create Issue for new Bamboo version' id: create-issue @@ -81,7 +81,7 @@ jobs: branch: ${{ steps.commit-pom-update.outputs.branch-name }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Update Bamboo version in POM.xml and commit the changes' id: commit-pom-update @@ -112,7 +112,7 @@ jobs: if: ${{ needs.update-pom.outputs.changes-committed }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Create PR to update Bamboo version in POM.xml' run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd5e2ed..06cff3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: nuGetVersion: ${{ steps.git-version.outputs.nuGetVersion }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # all diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 845407e..736fa90 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: 4 - name: Cache the Maven packages to speed up build uses: actions/cache@v3