Skip to content

Commit

Permalink
Merge pull request #51 from JensDll/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.7
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
2 parents fe1c284 + 6ef4483 commit 04a19ce
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.6
uses: actions/checkout@v4.1.7

- name: Using pnpm
uses: pnpm/action-setup@v4.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.6
uses: actions/checkout@v4.1.7

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

0 comments on commit 04a19ce

Please sign in to comment.