Skip to content

Commit

Permalink
Bump checkout action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtango18 committed Dec 17, 2024
1 parent 5351a24 commit 0a603a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bamboo-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a603a0

Please sign in to comment.