Skip to content

Commit

Permalink
Merge pull request #1015 from synclounge/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4.1.3
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
2 parents 518caed + bc3bd32 commit 7124e9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: ahmadnassri/[email protected]
with:
target: minor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Repo metadata
id: repo
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Setup Node.js
uses: actions/[email protected]
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Setup Node.js
uses: actions/[email protected]
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Repo metadata
id: repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 7124e9d

Please sign in to comment.