diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 19a9055..d460573 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -15,7 +15,7 @@ jobs: node-version: [18] steps: - name: Checkout Git repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Setup pnpm uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/unlighthouse.yaml b/.github/workflows/unlighthouse.yaml index fdd87ca..6797878 100644 --- a/.github/workflows/unlighthouse.yaml +++ b/.github/workflows/unlighthouse.yaml @@ -27,7 +27,7 @@ jobs: ![loading](https://github.com/bartvdbraak/hellob.art/assets/3996360/0e00b3fc-d5f9-490b-9aa7-07cb4b59f85f) - name: Checkout repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.8.1