Skip to content

Commit

Permalink
Merge pull request #175 from tgymnich/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.6

Bump actions/checkout from 4.1.1 to 4.1.6
  • Loading branch information
tgymnich authored Jun 1, 2024
2 parents 8078f58 + 18e05ce commit 90fff02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].6

- name: "npm ci"
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].6
- uses: tgymnich/publish-github-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 90fff02

Please sign in to comment.