Skip to content

Commit

Permalink
Merge pull request #260 from livMatS/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jotelha authored Sep 18, 2023
2 parents e012141 + a29eb92 commit 911cd81
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

- name: Get history and tags for SCM versioning to work
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

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

- name: Get history and tags for SCM versioning to work
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-installer-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: bash

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

- name: Get history and tags for SCM versioning to work
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

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

- name: Get history and tags for SCM versioning to work
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

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

- name: Get history and tags for SCM versioning to work
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: bash

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

- name: Get history and tags for SCM versioning to work
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Get history and tags for SCM versioning to work
run: |
Expand Down

0 comments on commit 911cd81

Please sign in to comment.