Skip to content

Commit

Permalink
Updating action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed May 16, 2023
1 parent e8744ab commit a0d0166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Check out the repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Install and set up R
- uses: r-lib/actions/setup-r@v2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# Upload the check directory as an artefact on failure
- name: Upload check results
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-results
path: Rcheck
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Compile standalone programs
run: cd standalone && make
Expand Down

0 comments on commit a0d0166

Please sign in to comment.