Skip to content

Commit

Permalink
Merge f659ec1 into f7a2bdc
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Apr 24, 2024
2 parents f7a2bdc + f659ec1 commit 44de492
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 20.12.1
- 20.12.2
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
https://github.com/ThePoorPilot/pacman-utils/releases/download/5.2.2-3_2.31-0/pacman-utils_5.2.2-3_amd64.deb
sudo apt-get install -f ./pacman-utils_5.2.2-3_amd64.deb
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- uses: actions/setup-node@v4.0.2
with:
node-version: 20.12.2
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.3
uses: actions/checkout@v4.1.4
- run: git checkout
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
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 @@ -17,7 +17,7 @@ jobs:
browser:
- chrome
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 44de492

Please sign in to comment.