Skip to content

Commit

Permalink
Merge pull request #46 from JensDll/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.4
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
2 parents 08afb65 + 02c0f86 commit c2a74fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Using pnpm
uses: pnpm/action-setup@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node_version: [18, 20]
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Using pnpm
uses: pnpm/action-setup@v3.0.0
Expand Down

0 comments on commit c2a74fd

Please sign in to comment.