Skip to content

Commit b7c26e5

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v4
14+
uses: actions/checkout@v6
1515
- name: Docker meta
1616
id: docker_meta
1717
uses: crazy-max/ghaction-docker-meta@v5.7.0
@@ -57,13 +57,13 @@ jobs:
5757
labels: ${{ steps.docker_meta.outputs.labels }}
5858
- name: Check out `wmde/wbaas-deploy` repository in staging child directory
5959
if: github.event_name != 'pull_request'
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v6
6161
with:
6262
repository: wmde/wbaas-deploy
6363
path: ./repos/wbaas-deploy-staging
6464
- name: Check out `wmde/wbaas-deploy` repository in production child directory
6565
if: github.event_name != 'pull_request'
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767
with:
6868
repository: wmde/wbaas-deploy
6969
path: ./repos/wbaas-deploy-production

.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@v4
96+
- uses: actions/checkout@v6
9797
with:
9898
fetch-depth: 0
9999
token: ${{ secrets.GH_TOKEN_PLUSW }}

0 commit comments

Comments
 (0)