Skip to content

Commit

Permalink
Merge pull request #135 from jy95/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

ci(deps): bump actions/checkout from 3 to 4
  • Loading branch information
jy95 authored Sep 4, 2023
2 parents b6f79ce + ac259d7 commit 79d5eef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v3.8.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: write
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 🔨 Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js ✨
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v3.8.1
with:
Expand Down

0 comments on commit 79d5eef

Please sign in to comment.