Skip to content

Commit

Permalink
Merge pull request #1158 from vojtechtrefny/3.8-devel_gh-actions-chec…
Browse files Browse the repository at this point in the history
…kout-4

ci: Bump actions/checkout from v2/3 to v4
  • Loading branch information
vojtechtrefny authored Oct 3, 2023
2 parents 58a3311 + b58e151 commit f6d866d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anaconda_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:

steps:
- name: Clone Anaconda repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: rhinstaller/anaconda
path: anaconda
ref: '${{ env.TARGET_BRANCH }}'

- name: Clone current PR
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: blivet
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CI_CONTAINER: blivet-tests
steps:
- name: Checkout libblockdev repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install podman
run: |
Expand Down

0 comments on commit f6d866d

Please sign in to comment.