Skip to content

Commit

Permalink
ci: Bump versions, better default
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 27, 2024
1 parent 03f7054 commit e4f6a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "365"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions-matrix-read/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:

- id: set-matrix
run: |
matrix=$(cat .github/versions-matrix.json || echo '{"include":[]}')
matrix=$(cat .github/versions-matrix.json || echo '{"include":[{"os":"macos-latest","r":"release"}]}')
echo $matrix | jq .
echo $matrix | json2yaml
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit e4f6a47

Please sign in to comment.