Skip to content

Commit d8c1f14

Browse files
authored
Merge pull request #1260 from gocd/dependabot/github_actions/github-actions-1f318a5451
Bump the github-actions group with 2 updates
2 parents 2ae2c86 + d1a12fa commit d8c1f14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
- name: Set up Ruby
34-
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
34+
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
3535
with:
3636
bundler-cache: true # would run bundle install
3737
- name: Run the build
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
fetch-depth: 0
5353
- name: Set up Ruby
54-
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
54+
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
5555
with:
5656
bundler-cache: true # would run bundle install
5757
- name: Set up user in git config
@@ -80,11 +80,11 @@ jobs:
8080
with:
8181
fetch-depth: 0
8282
- name: Set up Ruby
83-
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
83+
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
8484
with:
8585
bundler-cache: true # would run bundle install
8686
- name: Configure aws credentials
87-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
87+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
8888
with:
8989
role-to-assume: "${{ secrets.AWS_ROLE_TO_ASSUME }}"
9090
aws-region: "${{ secrets.AWS_REGION }}"

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
- name: Set up Ruby
21-
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0
21+
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
2222
with:
2323
bundler-cache: true # would run bundle install
2424
- name: Run the build

0 commit comments

Comments
 (0)