Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent aa57569 commit c34ca55
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: 'quay.io/jdanek/cli-cpp_ubi8_upstream'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare ccache timestamp
id: ccache_cache_timestamp
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
container: 'quay.io/jdanek/cli-cpp_ubi8_epel'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: bazelisk build //:cli-cpp --enable_bzlmod --verbose_failures --sandbox_debug --experimental_ui_max_stdouterr_bytes=104857600 --//:deps=rpms --//:enable_ccache

Expand All @@ -50,7 +50,7 @@ jobs:
matrix:
container: ['quay.io/jdanek/cli-cpp_ubi8_epel', 'quay.io/jdanek/cli-cpp_fedora37_epel']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create Build Environment
working-directory: ${{runner.workspace}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
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 @@ -34,7 +34,7 @@ jobs:
- run: sudo apt-get install -y libboost-dev libboost-filesystem-dev libboost-system-dev libboost-regex-dev libqpid-proton-cpp12-dev libqpidcommon-dev libqpidmessaging-dev

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: cli-cpp

Expand Down

0 comments on commit c34ca55

Please sign in to comment.