Skip to content

Commit

Permalink
Merge pull request #31 from MSA-Safety/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

chore: Bump actions/checkout from 3 to 4
  • Loading branch information
rimesime authored Nov 28, 2023
2 parents de0c8ee + e9984e0 commit c1340e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -34,7 +34,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand All @@ -56,7 +56,7 @@ jobs:
# runs-on: ubuntu-latest
# needs: [test, analyze]
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Use Node.js 18.x
# uses: actions/setup-node@v4
# with:
Expand Down

0 comments on commit c1340e9

Please sign in to comment.