Skip to content

Commit 6992520

Browse files
chore(deps): bump actions/checkout from 3.5.3 to 6.0.1 (#1061)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 429ed4e commit 6992520

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/browser-tests.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
timeout-minutes: 30
1212
steps:
13-
- uses: actions/checkout@v4.1.6
13+
- uses: actions/checkout@v6.0.1
1414
with:
1515
repository: wbstack/api
1616
path: api
@@ -29,7 +29,7 @@ jobs:
2929
- run: docker compose exec api bash -c 'php artisan migrate:fresh && php artisan passport:install && php artisan db:seed && php artisan key:generate && php artisan storage:link'
3030
working-directory: api
3131

32-
- uses: actions/checkout@v4.1.6
32+
- uses: actions/checkout@v6.0.1
3333
with:
3434
path: ui
3535

.github/workflows/docker.build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.5.3
14+
uses: actions/checkout@v6.0.1
1515
- name: Docker meta
1616
id: docker_meta
1717
uses: crazy-max/ghaction-docker-meta@v5.7.0
@@ -56,13 +56,13 @@ jobs:
5656
labels: ${{ steps.docker_meta.outputs.labels }}
5757
- name: Check out `wmde/wbaas-deploy` repository in staging child directory
5858
if: github.event_name != 'pull_request'
59-
uses: actions/checkout@v3.5.3
59+
uses: actions/checkout@v6.0.1
6060
with:
6161
repository: wmde/wbaas-deploy
6262
path: ./repos/wbaas-deploy-staging
6363
- name: Check out `wmde/wbaas-deploy` repository in production child directory
6464
if: github.event_name != 'pull_request'
65-
uses: actions/checkout@v3.5.3
65+
uses: actions/checkout@v6.0.1
6666
with:
6767
repository: wmde/wbaas-deploy
6868
path: ./repos/wbaas-deploy-production

.github/workflows/docker.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.5.3
14+
uses: actions/checkout@v6.0.1
1515
- name: lint
1616
uses: hadolint/hadolint-action@v3.1.0
1717
with:

.github/workflows/github.prs.combine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
console.log('Combined: ' + combined);
9494
return combined
9595
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
96-
- uses: actions/checkout@v3.5.3
96+
- uses: actions/checkout@v6.0.1
9797
with:
9898
fetch-depth: 0
9999
token: ${{ secrets.GH_TOKEN_PLUSW }}

.github/workflows/netlify-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010

11-
- uses: actions/checkout@v3.5.3
11+
- uses: actions/checkout@v6.0.1
1212

1313
- uses: c-py/action-dotenv-to-setenv@v4
1414
with:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444

45-
- uses: actions/checkout@v3.5.3
45+
- uses: actions/checkout@v6.0.1
4646

4747
- uses: c-py/action-dotenv-to-setenv@v4
4848
with:

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [22]
2020

2121
steps:
22-
- uses: actions/checkout@v3.5.3
22+
- uses: actions/checkout@v6.0.1
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v4.0.3
2525
with:

0 commit comments

Comments
 (0)