Skip to content

Commit

Permalink
Merge pull request #562 from droidsolutions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Kampfmoehre authored Sep 8, 2023
2 parents 4255f51 + fc66312 commit 067eb23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Check - Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use NodeJS
uses: actions/setup-node@v3
- name: Install packages
Expand All @@ -20,7 +20,7 @@ jobs:
name: Transpile TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use NodeJS
uses: actions/setup-node@v3
- name: Install packages
Expand All @@ -44,7 +44,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand All @@ -61,7 +61,7 @@ jobs:
matrix:
node: ["16", "18"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use NodeJS
uses: actions/setup-node@v3
with:
Expand All @@ -81,7 +81,7 @@ jobs:
- test
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js
Expand Down

0 comments on commit 067eb23

Please sign in to comment.