Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Update actions/checkout action to v4.1.1 #1065

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
group: build-${{ github.repository }}-${{ github.ref }}

steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1

- name: Validate Batect wrapper scripts
uses: batect/batect-wrapper-validation-action@v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
Loading