Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/gha-de…
Browse files Browse the repository at this point in the history
…ps-3d200ddca0' into lopopolo/rev-deps
  • Loading branch information
lopopolo committed Dec 17, 2023
2 parents 4d45d19 + 7453316 commit 74e0c86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Install Ruby toolchain
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

- name: Install Python dependencies
run: |
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

- name: Install Python dependencies
run: |
Expand All @@ -148,7 +148,7 @@ jobs:
uses: actions/[email protected]

- name: Install Ruby toolchain
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: echo "${{ steps.release_version.outputs.tag }}" > artifacts/release-version

- name: Upload artifacts
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: actions/[email protected]

- name: Get release download URL
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: "3.11"

Expand All @@ -195,7 +195,7 @@ jobs:
target: ${{ matrix.target }}

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

# ```
# $ gpg --fingerprint --with-subkey-fingerprints [email protected]
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
uses: actions/[email protected]

- name: Get release download URL
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
ref: ${{ steps.release_info.outputs.commit }}

- name: Setup Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0

# ```
# $ gpg --fingerprint --with-subkey-fingerprints [email protected]
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get release download URL
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit 74e0c86

Please sign in to comment.