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

Commit

Permalink
deps(internal): update actions/checkout action to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2023
1 parent e66f653 commit eba86a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Lint and Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0

- name: Validate Batect wrapper scripts
uses: batect/batect-wrapper-validation-action@v0.4.0
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0

- name: Setup Node.js
uses: actions/setup-node@v3.6.0
Expand Down

0 comments on commit eba86a1

Please sign in to comment.