Skip to content

Commit 2e1d89a

Browse files
chore(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d296099 commit 2e1d89a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030
- uses: TypedDevs/bashunit@v0
3131
with:
3232
version: '0.40.0'
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
if: github.event_name == 'pull_request'
7575
steps:
76-
- uses: actions/checkout@v6
76+
- uses: actions/checkout@v7
7777
with:
7878
fetch-depth: 0
7979
- name: Install npm
@@ -86,7 +86,7 @@ jobs:
8686
format:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@v6
89+
- uses: actions/checkout@v7
9090
- name: Check format
9191
uses: mfinelli/setup-shfmt@v4
9292
with:
@@ -96,14 +96,14 @@ jobs:
9696
rumdl-check:
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@v6
99+
- uses: actions/checkout@v7
100100
- uses: rvben/rumdl@v0.2.7
101101

102102
# Lint GitHub Actions workflows
103103
actionlint:
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/checkout@v6
106+
- uses: actions/checkout@v7
107107
- name: Download actionlint
108108
id: get_actionlint
109109
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.12

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020

@@ -61,7 +61,7 @@ jobs:
6161
if: needs.changelog.outputs.changeLogOutcome == 'success'
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v6
64+
uses: actions/checkout@v7
6565
with:
6666
fetch-depth: 0
6767

0 commit comments

Comments
 (0)