Skip to content

Commit 6ab35bf

Browse files
build(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] <[email protected]>
1 parent 1a33544 commit 6ab35bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
large-packages: true
5555
docker-images: true
5656
swap-storage: true
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858
with:
5959
repository: "Chatterino/chatterino2"
6060
submodules: recursive
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v7
6262
with:
6363
path: "chatterino-docker"
6464

@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- name: Lowercase Repo Owner in IMAGE_NAME env var
123123
run: echo "IMAGE_NAME=${IMAGE_NAME,,}" >> "${GITHUB_ENV}"
124-
- uses: actions/checkout@v6
124+
- uses: actions/checkout@v7
125125
with:
126126
path: "chatterino-docker"
127127

0 commit comments

Comments
 (0)