-
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-8a2206b03e', 'origin/dependabot/github_actions/gha-deps-49450ad694' and 'origin/dependabot/pip/pip-deps-6f2a0aa9f5' into lopopolo/rev-deps
- Loading branch information
Showing
9 changed files
with
116 additions
and
116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0 | ||
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
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,10 +15,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version-file: ".python-version" | ||
|
||
|
@@ -29,7 +29,7 @@ jobs: | |
venv/bin/python3 -m pip install --require-hashes -r requirements.txt | ||
- name: Clone Artichoke | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -71,10 +71,10 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version-file: ".python-version" | ||
|
||
|
@@ -85,7 +85,7 @@ jobs: | |
venv/bin/python3 -m pip install --require-hashes -r requirements.txt | ||
- name: Clone Artichoke | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -124,10 +124,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version-file: ".python-version" | ||
|
||
|
@@ -151,10 +151,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0 | ||
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -167,7 +167,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Setup Node.js runtime | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Check for broken links in markdown files | ||
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15 | ||
|
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/[email protected].1 | ||
uses: actions/[email protected].4 | ||
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].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: artifacts | ||
path: artifacts | ||
|
@@ -124,10 +124,10 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Get release download URL | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: artifacts | ||
path: artifacts | ||
|
@@ -157,7 +157,7 @@ jobs: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Clone Artichoke | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
|
@@ -169,7 +169,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version-file: ".python-version" | ||
|
||
|
@@ -195,7 +195,7 @@ jobs: | |
target: ${{ matrix.target }} | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version-file: ".python-version" | ||
|
||
|
@@ -365,10 +365,10 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
|
||
- name: Get release download URL | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: artifacts | ||
path: artifacts | ||
|
@@ -390,14 +390,14 @@ jobs: | |
echo "commit=${release_commit}" >> $GITHUB_OUTPUT | ||
- name: Clone Artichoke | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
repository: artichoke/artichoke | ||
path: artichoke | ||
ref: ${{ steps.release_info.outputs.commit }} | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version-file: ".python-version" | ||
|
||
|
@@ -485,7 +485,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Get release download URL | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: artifacts | ||
path: artifacts | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
name: Synchronize repository labels | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
|
||
- name: Sync GitHub Issue Labels | ||
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5.0.0 | ||
|
Oops, something went wrong.