From 9f1336cda23cba88d6dd32d5e07ed43a6363af0d Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:10:04 +0200 Subject: [PATCH 1/2] Changed ::= CI: apply actionlint 1.6.26 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52ef8cad..e324e928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: with: persist-credentials: false - - uses: docker://rhysd/actionlint:1.6.25 + - uses: docker://rhysd/actionlint:1.6.26 with: args: -color From 90710eb1706252d30513ac362666ac216f65964c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:12:35 +0000 Subject: [PATCH 2/2] Create summary of recent changes --- .../20230919_221235_GitHub_Actions_actionlint-1.6.26.ron | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog.d/20230919_221235_GitHub_Actions_actionlint-1.6.26.ron diff --git a/changelog.d/20230919_221235_GitHub_Actions_actionlint-1.6.26.ron b/changelog.d/20230919_221235_GitHub_Actions_actionlint-1.6.26.ron new file mode 100644 index 00000000..aa13b4f2 --- /dev/null +++ b/changelog.d/20230919_221235_GitHub_Actions_actionlint-1.6.26.ron @@ -0,0 +1,8 @@ +( + references: {}, + changes: { + "Changed": [ + "CI: apply actionlint 1.6.26", + ], + }, +)