Skip to content

Commit

Permalink
ci(github): upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jan 30, 2024
1 parent f6cf049 commit 36a76fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Run CI script
run: .github/workflows/ci.sh
test-bsd:
Expand All @@ -19,10 +19,10 @@ jobs:
host: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run CI script on ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.19.0
uses: cross-platform-actions/action@v0.22.0
with:
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.architecture }}
Expand Down

0 comments on commit 36a76fc

Please sign in to comment.