Skip to content

Commit

Permalink
Bump the gha-deps group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the gha-deps group with 4 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby), [actions/setup-python](https://github.com/actions/setup-python), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `ruby/setup-ruby` from 1.161.0 to 1.162.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@8575951...af848b4)

Updates `actions/setup-python` from 4.7.1 to 5.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.1...v5.0.0)

Updates `actions/upload-artifact` from 3.1.3 to 4.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.3...v4.0.0)

Updates `actions/download-artifact` from 3.0.2 to 4.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha-deps
- dependency-name: actions/setup-python
  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-major
  dependency-group: gha-deps
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2023
1 parent 4d45d19 commit 7453316
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/checkout@v4.1.1

- 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/checkout@v4.1.1

- 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/checkout@v4.1.1

- 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/checkout@v4.1.1

- 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/checkout@v4.1.1

- 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/checkout@v4.1.1

- 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 codesign@artichokeruby.org
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
uses: actions/checkout@v4.1.1

- 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 codesign@artichokeruby.org
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 7453316

Please sign in to comment.