1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 09:03:32 +00:00

[deps] DevOps: Update actions/checkout action to v4 (#7866)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-08 14:43:14 -05:00
committed by GitHub
parent f7f576223f
commit 2c9a48046f
15 changed files with 52 additions and 52 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
- name: Checkout repo
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: 'eu-web-${{ steps.setup.outputs.branch }}'
fetch-depth: 0