Skip to content

Commit bea182f

Browse files
Bump the monthly-updates group with 2 updates (#34)
Bumps the monthly-updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61164e5 commit bea182f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
v6: ${{ steps.set-matrix.outputs.v6 }}
1818
v6lts: ${{ steps.set-matrix.outputs.v6lts }}
1919
steps:
20-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
21-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
20+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+
- uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
2222
with:
2323
ruby-version: '3.4'
2424
- id: set-matrix
@@ -45,7 +45,7 @@ jobs:
4545
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
4646
tag: ${{ fromJSON(needs.define-matrix.outputs.v6) }}
4747
steps:
48-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
48+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4949
- name: Run Test ${{ matrix.label }} ${{ matrix.tag }} for v6
5050
run: |
5151
REPO_TARGETS=6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}
@@ -62,7 +62,7 @@ jobs:
6262
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
6363
tag: ${{ fromJSON(needs.define-matrix.outputs.v6lts) }}
6464
steps:
65-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
65+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6666
- name: Run Test ${{ matrix.label }} ${{ matrix.tag }} for v6/lts
6767
run: |
6868
REPO_TARGETS=lts/6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}
@@ -79,7 +79,7 @@ jobs:
7979
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
8080
tag: ${{ fromJSON(needs.define-matrix.outputs.v6lts) }}
8181
steps:
82-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
82+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8383
- name: Run Test ${{ matrix.label }} for v6/exp
8484
run: |
8585
REPO_TARGETS=exp/6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}
@@ -96,7 +96,7 @@ jobs:
9696
include: ${{ fromJSON(needs.define-matrix.outputs.matrix).include }}
9797
tag: ${{ fromJSON(needs.define-matrix.outputs.v6lts) }}
9898
steps:
99-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
99+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
100100
- name: Run Test ${{ matrix.label }} for v6/exp/lts
101101
run: |
102102
REPO_TARGETS=exp/lts/6 DEB_TARGETS=${{ matrix.deb }} RPM_TARGETS=${{ matrix.rpm }} ./test-verify-repo.sh ${{ matrix.tag }}

0 commit comments

Comments
 (0)