aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-10-01 15:42:25 +0100
committerGravatar GitHub2023-10-01 15:42:25 +0100
commit5927ca4cb6eb914650f75d5cfd36a786beb750e2 (patch)
tree5a522cf5ee42baa51f93d36d9b196719c5b183fd /.github
parentUpdate the Windows dependencies. (diff)
Bump actions/checkout from 3 to 4 (#2062)
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](https://github.com/actions/checkout/compare/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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-alpine.yml2
-rw-r--r--.github/workflows/ci-irctest.yml8
-rw-r--r--.github/workflows/ci-linux.yml2
-rw-r--r--.github/workflows/ci-macos.yml2
-rw-r--r--.github/workflows/ci-windows.yml2
-rw-r--r--.github/workflows/misspell-fixer.yml2
6 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml
index 950e5e442..70cfd5001 100644
--- a/.github/workflows/ci-alpine.yml
+++ b/.github/workflows/ci-alpine.yml
@@ -13,7 +13,7 @@ jobs:
CXXFLAGS: -std=${{ matrix.standard }} -Wno-error=variadic-macros
TEST_BUILD_MODULES: argon2 geo_maxmind ldap mysql pgsql regex_pcre regex_pcre2 regex_posix regex_re2 regex_stdlib regex_tre sqlite3 ssl_gnutls ssl_mbedtls ssl_openssl sslrehashsignal
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install dependencies
run: |
diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml
index ceba67644..c78ab3450 100644
--- a/.github/workflows/ci-irctest.yml
+++ b/.github/workflows/ci-irctest.yml
@@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout irctest
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: irctest
ref: 59b2cd729b7785c3768e2ed8c4baa89472b45391
@@ -70,7 +70,7 @@ jobs:
find -name 'artifacts-inspircd.tar.gz' -exec tar -xzf '{}' \;
- name: Checkout irctest
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: irctest
ref: 59b2cd729b7785c3768e2ed8c4baa89472b45391
@@ -86,7 +86,7 @@ jobs:
# Can't apt-get install Anope if we want Insp4 support
- name: Checkout Anope
if: matrix.services == 'anope'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: anope
ref: 2.0.9
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index 968a82869..82271112d 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -12,7 +12,7 @@ jobs:
CXXFLAGS: -std=${{ matrix.standard }}
TEST_BUILD_MODULES: argon2 geo_maxmind ldap mysql pgsql regex_pcre regex_pcre2 regex_posix regex_re2 regex_stdlib regex_tre sqlite3 ssl_gnutls ssl_mbedtls ssl_openssl sslrehashsignal
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install dependencies
run: |
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index a2d1f3e14..854b4e11b 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -15,7 +15,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
TEST_BUILD_MODULES: argon2 geo_maxmind ldap mysql pgsql regex_pcre regex_pcre2 regex_posix regex_re2 regex_stdlib regex_tre sqlite3 ssl_gnutls ssl_mbedtls ssl_openssl sslrehashsignal
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install dependencies
run: |
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 0fd42e62b..bb34d826d 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -9,7 +9,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip windows ci]')"
runs-on: windows-2019
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml
index 01f32afc8..d7a02026d 100644
--- a/.github/workflows/misspell-fixer.yml
+++ b/.github/workflows/misspell-fixer.yml
@@ -9,7 +9,7 @@ jobs:
env:
REF_BRANCH: ${{ github.ref }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name : Set a couple env variables
run: |
echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV