Skip to content

Commit

Permalink
Merge pull request #6 from DeNA/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Kuniwak committed Sep 12, 2023
2 parents 4551a0f + afac9d0 commit 26914c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Lint workflow files
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
DOTNET_VERSION: '7.0.x'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3
uses: actions/checkout@v4

# Cleanup project
- name: Cleanup
Expand Down

0 comments on commit 26914c2

Please sign in to comment.