Skip to content

Commit

Permalink
Merge pull request #45 from JensDll/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.3
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
2 parents a0de4da + 61be017 commit 2b0d789
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 @@ -13,7 +13,7 @@ jobs:
PNPM_VERSION: 9.0.2
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Using pnpm version ${{ env.PNPM_VERSION }}
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 @@ -17,7 +17,7 @@ jobs:
node_version: [18, 20]
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Using pnpm version ${{ env.PNPM_VERSION }}
uses: pnpm/action-setup@v3.0.0
Expand Down

0 comments on commit 2b0d789

Please sign in to comment.