Skip to content

Commit

Permalink
Merge pull request #20 from miraisolutions/revert-18-dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/checkout-4

Revert "Bump actions/checkout from 3 to 4"
  • Loading branch information
riccardoporreca authored Jan 24, 2024
2 parents 516fcb0 + 2c54ff4 commit 176d019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v3

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

0 comments on commit 176d019

Please sign in to comment.