Bump actions/checkout from 4.1.0 to 4.1.1 (#1925)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
This commit is contained in:
dependabot[bot]
2023-10-18 09:39:57 +02:00
committed by GitHub
parent 6c39bb4a61
commit e34aa4b78e
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout sources
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@v3.8.1
with:
node-version: "18.x"