Skip to content

Commit

Permalink
Merge pull request #270 from GiganticMinecraft/renovate/actions-check…
Browse files Browse the repository at this point in the history
…out-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
Lucky authored Oct 9, 2023
2 parents cf657ae + 026f80b commit dff3133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-and-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Node.js with Volta
Expand All @@ -25,7 +25,7 @@ jobs:
name: Run Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Node.js with Volta
Expand All @@ -38,7 +38,7 @@ jobs:
name: Run Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Node.js with Volta
Expand All @@ -65,7 +65,7 @@ jobs:
name: Run Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Node.js with Volta
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- test
- build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit dff3133

Please sign in to comment.