Skip to content

Commit

Permalink
[no ci] Update readme to use latest action in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 12, 2024
1 parent 4aa04f5 commit c5ad83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- name: Test
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v0.25.0
with:
operating_system: freebsd
version: '14.0'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v4

- name: Test on ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.24.0
uses: cross-platform-actions/action@v0.25.0
env:
MY_ENV1: MY_ENV1
MY_ENV2: MY_ENV2
Expand Down

0 comments on commit c5ad83c

Please sign in to comment.