Skip to content

Commit ff8f1cb

Browse files
authored
Merge pull request #16 from github/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 96a4989 + accffbc commit ff8f1cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cost-center-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Set up Python
2929
uses: actions/setup-python@v4

.github/workflows/template-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout consumer repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)