Skip to content

Commit 4e15608

Browse files
authored
Merge pull request #1276 from gocd/dependabot/github_actions/github-actions-0ef467cc26
Bump the github-actions group with 2 updates
2 parents 43747fc + 32b4f24 commit 4e15608

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
- name: Set up Ruby
34-
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
34+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.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@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
54+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.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@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
83+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
8484
with:
8585
bundler-cache: true # would run bundle install
8686
- name: Configure aws credentials
87-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
87+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
- name: Set up Ruby
21-
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
21+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
2222
with:
2323
bundler-cache: true # would run bundle install
2424
- name: Run the build

0 commit comments

Comments
 (0)