Skip to content

Commit

Permalink
Merge pull request #460 from oscartbeaumont/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3.1.0

chore(deps): bump actions/checkout from 2 to 3.1.0
  • Loading branch information
oscartbeaumont authored Dec 10, 2023
2 parents 40fbea3 + 4456106 commit cdcce5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Install pnpm
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Setup Node.js
uses: actions/setup-node@v2
- name: Install pnpm
Expand Down

0 comments on commit cdcce5b

Please sign in to comment.