Skip to content

Commit

Permalink
use action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 30, 2023
1 parent 5242bb1 commit 18cb6f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Release artifacts
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set version
run: |
tag_name="${GITHUB_REF##*/}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
ICE_HOME: /opt/ice-3.6.5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Ice and Ice python binding
if: matrix.build_snapshot
uses: ome/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Update dependencies
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: update versions
run: |
bash update_dependencies.sh
Expand Down

0 comments on commit 18cb6f6

Please sign in to comment.