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

deps(internal): update actions/checkout action to v3.6.0 #273

Merged
merged 1 commit into from
Aug 24, 2023
Merged
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
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.5.3
- uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.0

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