Skip to content

Commit

Permalink
Merge pull request #4183 from universal-ctags/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/cross-platform-actions/action-0.27.0

build(deps): bump cross-platform-actions/action from 0.25.0 to 0.27.0
  • Loading branch information
masatake authored Jan 28, 2025
2 parents d2c536c + 34e417e commit 711ad81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cross-platform-actions/action@v0.26.0
- uses: cross-platform-actions/action@v0.27.0
with:
operating_system: freebsd
version: ${{ matrix.freebsd-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cross-platform-actions/action@v0.25.0
- uses: cross-platform-actions/action@v0.27.0
with:
operating_system: netbsd
version: ${{ matrix.netbsd-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cross-platform-actions/action@v0.26.0
- uses: cross-platform-actions/action@v0.27.0
with:
operating_system: openbsd
version: ${{ matrix.openbsd-version }}
Expand Down

0 comments on commit 711ad81

Please sign in to comment.