Skip to content

Commit 7048dfe

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [Justintime50/homebrew-releaser](https://github.com/justintime50/homebrew-releaser). Updates `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) Updates `Justintime50/homebrew-releaser` from 1 to 3 - [Release notes](https://github.com/justintime50/homebrew-releaser/releases) - [Changelog](https://github.com/Justintime50/homebrew-releaser/blob/main/CHANGELOG.md) - [Commits](Justintime50/homebrew-releaser@v1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Justintime50/homebrew-releaser dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60c85e3 commit 7048dfe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Docker meta
2929
id: meta

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
timeout-minutes: 60
5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656
- name: Install Rust toolchain
5757
uses: dtolnay/rust-toolchain@stable
5858
- uses: taiki-e/setup-cross-toolchain-action@v1
@@ -79,7 +79,7 @@ jobs:
7979
if: ${{ false }} # Temporally disabled
8080
steps:
8181
- name: Release my project to my Homebrew tap
82-
uses: Justintime50/homebrew-releaser@v1
82+
uses: Justintime50/homebrew-releaser@v3
8383
with:
8484
# The name of the homebrew tap to publish your formula to as it appears on GitHub.
8585
# Required - strings

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Build
2020
run: cargo build --verbose

.github/workflows/spellchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout Actions Repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111

1212
- name: Check spelling of file.txt
1313
uses: crate-ci/typos@master

0 commit comments

Comments
 (0)