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>
(cherry picked from commit 1505777)
  • Loading branch information
dependabot[bot] authored and drakenclimber committed Oct 13, 2023
1 parent 3b971cc commit f8fabe7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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
24 changes: 12 additions & 12 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 @@ -53,7 +53,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 @@ -74,7 +74,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 @@ -112,7 +112,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 @@ -132,7 +132,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 @@ -158,7 +158,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 @@ -230,7 +230,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 @@ -287,7 +287,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 @@ -331,7 +331,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 @@ -375,7 +375,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 @@ -419,7 +419,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 f8fabe7

Please sign in to comment.