We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e15564d + 9e1b66e commit 983ab86Copy full SHA for 983ab86
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
name: ${{ matrix.R }} ${{ matrix.os }} build
30
31
steps:
32
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33
with:
34
fetch-depth: 0
35
ref: ${{ github.event.pull_request.head.sha }}
@@ -131,7 +131,7 @@ jobs:
131
132
133
- name: Checkout repository
134
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
135
136
fetch-depth: 1
137
0 commit comments