Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit fc8348c

Browse files
authored
Freeze checkout action version
Fixes #24 Fixes #25 Fixes #26
1 parent 6758c2a commit fc8348c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@master
2525
- name: Automatic Rebase
26-
uses: cirrus-actions/rebase@master
26+
uses: cirrus-actions/rebase@v1.2.0
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
# https://github.community/t5/GitHub-Actions/Workflow-is-failing-if-no-job-can-be-ran-due-to-condition/m-p/38186#M3250

0 commit comments

Comments
 (0)