Skip to content

Commit

Permalink
Merge pull request #131 from nicolasbock/actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
nicolasbock authored May 5, 2024
2 parents b0fb53b + 31e88ec commit 50d554a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
sync-issues:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.8.3
- uses: alex-page/github-project-automation-plus@v0.9.0
with:
project: 'Automation and Tooling'
column: 'To Do'
Expand Down

0 comments on commit 50d554a

Please sign in to comment.