Skip to content

Commit

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

---
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 May 6, 2024
1 parent 7ff5f81 commit f5e7afc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Clone.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV

- name: Clone.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.4
with:
submodules: recursive
path: ${{ env.REPO_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV

- name: Clone.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.4
with:
submodules: recursive
path: ${{ env.REPO_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_packaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV

- name: Clone.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.4
with:
submodules: recursive
path: ${{ env.REPO_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
SKIP: "0"
to_branch: "master"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].4
with:
fetch-depth: 0
if: env.SKIP == '0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Clone.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Clone.
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.4
with:
submodules: recursive
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}
Expand Down

0 comments on commit f5e7afc

Please sign in to comment.