Skip to content

Commit

Permalink
Merge pull request #2 from glektarssza/dependabot/github_actions/layt…
Browse files Browse the repository at this point in the history
…an/setup-odin-2.6.0

Bump laytan/setup-odin from 2.5.2 to 2.6.0
  • Loading branch information
glektarssza authored Oct 2, 2024
2 parents fac67d1 + 3de158e commit 929dbee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
lfs: true
- id: setup-odin
name: Setup Odin
uses: laytan/setup-odin@v2.5.2
uses: laytan/setup-odin@v2.6.0
with:
token: ${{secrets.github-token || secrets.GITHUB_TOKEN}}
release: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
lfs: true
- id: setup-odin
name: Setup Odin
uses: laytan/setup-odin@v2.5.2
uses: laytan/setup-odin@v2.6.0
with:
token: ${{secrets.github-token || secrets.GITHUB_TOKEN}}
release: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
lfs: true
- id: setup-odin
name: Setup Odin
uses: laytan/setup-odin@v2.5.2
uses: laytan/setup-odin@v2.6.0
with:
token: ${{secrets.github-token || secrets.GITHUB_TOKEN}}
release: latest
Expand Down

0 comments on commit 929dbee

Please sign in to comment.