Skip to content

Commit

Permalink
Merge 5c34221 into 0e69554
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Mar 12, 2024
2 parents 0e69554 + 5c34221 commit 9acae06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version:
- 20.11.1
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -48,7 +48,7 @@ jobs:
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.11.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.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@v4.1.1
uses: actions/checkout@v4.1.2
with:
fetch-depth: 2
- run: git checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
browser:
- chrome
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update_readme_api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.11.1
Expand Down

0 comments on commit 9acae06

Please sign in to comment.