Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.6 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent f935c99 commit facfea1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/[email protected].5'
uses: 'actions/[email protected].6'
with:
ref: 'main'
- name: 'Generate changelog'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/[email protected].5'
uses: 'actions/[email protected].6'
with:
persist-credentials: false
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/[email protected].5'
uses: 'actions/[email protected].6'
- name: 'Setup Node.js'
uses: 'actions/[email protected]'
with:
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/[email protected].5'
uses: 'actions/[email protected].6'
- name: 'Setup Node.js'
uses: 'actions/[email protected]'
with:
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/[email protected].5'
uses: 'actions/[email protected].6'
- name: 'Setup Node.js'
uses: 'actions/[email protected]'
with:
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/[email protected].5'
uses: 'actions/[email protected].6'
- name: 'Setup Node.js'
uses: 'actions/[email protected]'
with:
Expand Down

0 comments on commit facfea1

Please sign in to comment.