Skip to content

Commit

Permalink
Change actions version (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaria-k authored Jun 29, 2023
1 parent 386150b commit f0a7f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distro: fedora_latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2.1.1
name: Build
id: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install package dependencies
if: startsWith( matrix.os, 'ubuntu' )
Expand Down

0 comments on commit f0a7f6d

Please sign in to comment.