From 6cd283950b5dfb2f85cd3abc9513c840400926b7 Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Tue, 16 Jan 2024 02:38:58 +0100 Subject: [PATCH 1/2] chore: update `actions/checkout` to `v4` (#2530) --- .github/workflows/awesome_workflow.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/directory_writer.yml | 2 +- .github/workflows/gh-pages.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/awesome_workflow.yml b/.github/workflows/awesome_workflow.yml index a0b83987bfd..ffb5478778a 100644 --- a/.github/workflows/awesome_workflow.yml +++ b/.github/workflows/awesome_workflow.yml @@ -8,7 +8,7 @@ jobs: name: Code Formatter runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-python@v4 @@ -56,7 +56,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 16da8867bf5..2b40ac59304 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/directory_writer.yml b/.github/workflows/directory_writer.yml index dbb5449c6b0..bb3b8395607 100644 --- a/.github/workflows/directory_writer.yml +++ b/.github/workflows/directory_writer.yml @@ -17,7 +17,7 @@ jobs: if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build directory diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 134c04bb13d..b795dcadb56 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Install requirements @@ -19,7 +19,7 @@ jobs: - name: build run: cmake --build build -t doc - name: gh-pages - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "gh-pages" clean: false From 08900b8c983b861ddd9c2e1efe7bf0bdd53beb4a Mon Sep 17 00:00:00 2001 From: David Leal Date: Mon, 15 Jan 2024 20:02:44 -0600 Subject: [PATCH 2/2] chore: update copyright notice to 2024 --- LICENSE | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 2897d02e2a0..6912623e775 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,5 @@ -MIT License - -Copyright (c) 2016-2022 TheAlgorithms and contributors +The MIT License +Copyright (c) 2016-2024 TheAlgorithms and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal