Skip to content

Commit

Permalink
Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 10, 2023
1 parent c489781 commit 701438e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, macos-12, macos-13, windows-2022]
r: [4.1.3, 4.2.3, 4.3.0]
r: [4.1.3, 4.2.3, 4.3.1]

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup-r
uses: r-lib/actions/setup-r@v2
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: check-deployment-target
id: check-deployment-target
if: ${{github.event.action == 'published'}}
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:

# Before deoloying to RAN (which is an S3 bucket), authenticate to AWS using GitHub OIDC
- name: Assume AWS Role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::325565585839:role/sagebase-github-oidc-sage-bionetworks-synapser
Expand Down Expand Up @@ -268,13 +268,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
r: [4.1.3, 4.2.2, 4.3.0]
r: [4.1.3, 4.2.2, 4.3.1]

runs-on: ${{ matrix.os }}

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup-r
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 701438e

Please sign in to comment.