Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#374)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 64fe4d0 commit 9fd10e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
Expand All @@ -38,7 +38,7 @@ jobs:
- "3.10"
steps:
- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install via apt
run: sudo apt-get install unixodbc unixodbc-dev libboost-date-time-dev libboost-locale-dev libboost-system-dev
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:

- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install via apt
run: sudo apt-get install unixodbc unixodbc-dev libboost-date-time-dev libboost-locale-dev libboost-system-dev
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fetch all tags
run: git fetch origin +refs/tags/*:refs/tags/*
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
Expand All @@ -42,7 +42,7 @@ jobs:
- "3.10"
steps:
- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install via apt
run: sudo apt-get install unixodbc unixodbc-dev libboost-date-time-dev libboost-locale-dev libboost-system-dev
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:

- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install via apt
run: sudo apt-get install unixodbc unixodbc-dev libboost-date-time-dev libboost-locale-dev libboost-system-dev
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
steps:

- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fetch all tags
run: git fetch origin +refs/tags/*:refs/tags/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.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/checkout@v3
uses: actions/checkout@v4

- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Fetch sqlalchemy_exasol code from repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python & Poetry Environment
uses: ./.github/actions/python-environment
Expand Down

0 comments on commit 9fd10e7

Please sign in to comment.