We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d1861 commit 3e831caCopy full SHA for 3e831ca
.github/workflows/rebase.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout the latest code
14
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
15
with:
16
token: ${{ secrets.GITHUB_TOKEN }}
17
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
os: ubuntu-20.04
57
58
- name: Checkout source
59
60
61
- name: Setup cache
62
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
0 commit comments