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

Commit

Permalink
Update actions/checkout action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent ad3f30d commit ef47782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0
- uses: actions/checkout@v4.1.0

- 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.0.0
uses: actions/checkout@v4.1.0

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

0 comments on commit ef47782

Please sign in to comment.