Skip to content

Commit bc6713f

Browse files
committed
Bump actions/checkout to v5
Better to get this done before dependabot starts spamming.
1 parent ced0628 commit bc6713f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
with:
1616
version: 30.1
1717
- name: 'Install scripts'
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
repository: emacscollective/workflows
2121
ref: ${{ inputs.workflow_ref }}
2222
path: _scripts
2323
persist-credentials: false
2424
- name: 'Checkout ${{ github.repository }}'
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
path: ${{ env.pwd }}
2828
persist-credentials: false
@@ -73,14 +73,14 @@ jobs:
7373
with:
7474
version: ${{ matrix.emacs }}
7575
- name: 'Checkout scripts'
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777
with:
7878
repository: emacscollective/workflows
7979
ref: ${{ inputs.workflow_ref }}
8080
path: _scripts
8181
persist-credentials: false
8282
- name: 'Checkout ${{ github.repository }}'
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
8484
with:
8585
path: ${{ env.pwd }}
8686
persist-credentials: false

0 commit comments

Comments
 (0)