-
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.
Merge remote-tracking branches 'origin/dependabot/bundler/bundler-dep…
…s-40bc1f9de8', 'origin/dependabot/github_actions/gha-deps-3f3760e674' and 'origin/dependabot/pip/pip-deps-c1ceb75c40' into lopopolo/deps
- Loading branch information
Showing
8 changed files
with
70 additions
and
70 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
black==23.7.0 | ||
black==23.9.1 | ||
mypy==1.5.1 | ||
ruff==0.0.286 | ||
validators==0.21.2 | ||
ruff==0.0.291 | ||
validators==0.22.0 |
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