Skip to content

Commit

Permalink
Merge pull request #6 from neggles/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
neggles authored Sep 23, 2023
2 parents f8a5807 + e45e428 commit fe01811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get short SHA ref
id: vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbci-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get short SHA ref
id: vars
Expand Down

0 comments on commit fe01811

Please sign in to comment.