Skip to content
Snippets Groups Projects
Unverified Commit 97fe4c43 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Use `actions/checkout@v4` everywhere (#43525)

parent 34b61596
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
sparse-checkout: release
- name: Prepare build scripts
......
......@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.METABASE_AUTOMATION_USER_TOKEN }}
ref: ${{ github.head_ref }}
......
......@@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Prepare frontend environment
uses: ./.github/actions/prepare-frontend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment