Skip to content

Commit

Permalink
chore(deps): Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <[email protected]>
  • Loading branch information
renovate[bot] authored and oguzhand95 committed Sep 11, 2023
1 parent dda813e commit 742ebf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run the build script
uses: cake-build/cake-action@v1
Expand All @@ -44,7 +44,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run the test script
uses: cake-build/cake-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
echo "::add-mask::${{ secrets.NUGET_API_KEY }}"
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
env:
Expand Down

0 comments on commit 742ebf9

Please sign in to comment.