Skip to content

Commit

Permalink
Merge branch 'main' of github.com:notifo-io/notifo
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 12, 2023
2 parents 2ec7e7d + afb72b5 commit 2f42c14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.0.0
with:
token: ${{ secrets.WORKFLOW_SECRET }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare - Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.0.0

- name: Prepare - Inject short Variables
uses: rlespinasse/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare - Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.0.0

- name: Prepare - Inject short Variables
uses: rlespinasse/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.0.0

- name: Set up dotnet
uses: actions/[email protected]
Expand Down

0 comments on commit 2f42c14

Please sign in to comment.