From 1f22a677caeccb5c975659285dc1d66c9c5fc744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 23:15:44 +0600 Subject: [PATCH 1/2] Bump actions/checkout from 3.1.0 to 3.2.0 (#712) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autoprefixer.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/md-link-checker.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 3f941f2..561a6b5 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout to latest commit - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 - name: Setup Node uses: actions/setup-node@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbae3fb..1e3141f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-18.04 steps: # checkout to the commit that has been pushed - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cbe49f1..a69afbb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml index 91c04d7..eaec60a 100644 --- a/.github/workflows/md-link-checker.yml +++ b/.github/workflows/md-link-checker.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: # checkout to latest commit - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 # run markdown linter - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 From 657c50d9414a410900e0df2fbc21d4de3cc4a3a9 Mon Sep 17 00:00:00 2001 From: "M. Akif Tokatlioglu" Date: Mon, 26 Dec 2022 20:18:15 +0300 Subject: [PATCH 2/2] Fixed spelling problems in tr.toml (#711) Co-authored-by: Emruz Hossain --- i18n/tr.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/tr.toml b/i18n/tr.toml index 6fb6269..e6eec2d 100644 --- a/i18n/tr.toml +++ b/i18n/tr.toml @@ -6,7 +6,7 @@ other = "Anasayfa" other = "Gönderiler" [toc_heading] -other = "İçerik Tablous" +other = "İçerik Tablosu" [tags] other = "Etiketler" @@ -108,7 +108,7 @@ other = "Star" other = "Detaylar" [err_404] -other = "Aradığınız sayfa bulunmamakta." +other = "Aradığınız sayfa bulunamadı." [more] other = "Devamını Göster"