mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
Merge pull request #7 from dancwilliams/renovate/actions-checkout-6.x
Update actions/checkout action to v6
This commit is contained in:
commit
54c4162d04
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
if: github.ref != 'refs/heads/master'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set version
|
||||
run: echo "version=$(cat VERSION)" >> $GITHUB_ENV
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
runner: ubuntu-latest # QEMU required; CGO compilation is slow
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Prepare
|
||||
run: |
|
||||
@ -162,7 +162,7 @@ jobs:
|
||||
- build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download digests
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
2
.github/workflows/update-check.yaml
vendored
2
.github/workflows/update-check.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user