-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the gha-deps group with 5 updates
Bumps the gha-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3.6.0` | `4.1.0` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.152.0` | `1.154.0` | | [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) | `5.3.0` | `6.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3.1.2` | `3.1.3` | | [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) | `4.1.0` | `5.0.0` | Updates `actions/checkout` from 3.6.0 to 4.1.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.1.0) Updates `ruby/setup-ruby` from 1.152.0 to 1.154.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](ruby/setup-ruby@250fcd6...52b8784) Updates `crazy-max/ghaction-import-gpg` from 5.3.0 to 6.0.0 - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@72b6676...82a020f) Updates `actions/upload-artifact` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v3.1.3) Updates `crazy-max/ghaction-github-labeler` from 4.1.0 to 5.0.0 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@3de87da...de749cf) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-deps - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8ba2abb
commit 629ec76
Showing
5 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Setup Python | ||
uses: actions/[email protected] | ||
|
@@ -27,7 +27,7 @@ jobs: | |
venv/bin/pip install --require-hashes -r requirements.txt | ||
- name: Clone Artichoke | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -44,7 +44,7 @@ jobs: | |
# ``` | ||
- name: Import GPG key | ||
id: import_gpg | ||
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0 | ||
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 | ||
with: | ||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }} | ||
|
@@ -69,7 +69,7 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Setup Python | ||
uses: actions/[email protected] | ||
|
@@ -81,7 +81,7 @@ jobs: | |
venv/bin/pip install --require-hashes -r requirements.txt | ||
- name: Clone Artichoke | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -120,7 +120,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Setup Python | ||
uses: actions/[email protected] | ||
|
@@ -145,10 +145,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 | ||
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.154.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -161,7 +161,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Format with prettier | ||
run: npx prettier --check '**/*' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
echo "tag=${release_tag}" >> $GITHUB_OUTPUT | ||
- name: Clone Artichoke | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -80,7 +80,7 @@ jobs: | |
run: echo "${{ steps.release_version.outputs.tag }}" > artifacts/release-version | ||
|
||
- name: Upload artifacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: artifacts | ||
path: artifacts | ||
|
@@ -124,7 +124,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Get release download URL | ||
uses: actions/[email protected] | ||
|
@@ -157,7 +157,7 @@ jobs: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Clone Artichoke | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -209,7 +209,7 @@ jobs: | |
# ``` | ||
- name: Import GPG key | ||
id: import_gpg | ||
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0 | ||
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 | ||
with: | ||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }} | ||
|
@@ -363,7 +363,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Get release download URL | ||
uses: actions/[email protected] | ||
|
@@ -388,7 +388,7 @@ jobs: | |
echo "commit=${release_commit}" >> $GITHUB_OUTPUT | ||
- name: Clone Artichoke | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.1.0 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -409,7 +409,7 @@ jobs: | |
# ``` | ||
- name: Import GPG key | ||
id: import_gpg | ||
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0 | ||
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 | ||
with: | ||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters