Skip to content

Commit

Permalink
RFE: 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] <support@github.com>
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
dependabot[bot] authored and drakenclimber committed Oct 13, 2023
1 parent 8467761 commit 1505777
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- uses: github/codeql-action/init@v2
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Differential ShellCheck
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v4
with:
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- name: 'Calculate PR commits + 1'
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- uses: mattnotmitt/doxygen-action@v1
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install lxc lxd-installer
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand All @@ -179,7 +179,7 @@ jobs:
- name: Update the system
run: |
sudo apt-get update
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Install dependencies
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install lxc lxd-installer
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install lxc lxd-installer
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
runs-on: cgroup-legacy

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
runs-on: cgroup-hybrid

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
runs-on: cgroup-unified

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: Initialize the directory
Expand Down

0 comments on commit 1505777

Please sign in to comment.