Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Renovate: actions/checkout to v4 #4

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: set up python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- rocky8
steps:
- name: Check out the codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "mirsg.provision"
- name: Set up Python 3.9
Expand Down
Loading