File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 46
46
steps :
47
47
48
48
- name : " Checkout code"
49
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
49
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
50
50
with :
51
51
persist-credentials : false
52
52
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <entry xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xmlns =" http://logging.apache.org/log4j/changelog"
4
+ xsi : schemaLocation =" http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5
+ type =" updated" >
6
+ <issue id =" 2370" link =" https://github.com/apache/logging-log4j2/pull/2370" />
7
+ <description format =" asciidoc" >Update `actions/checkout` to version `4.1.2`</description >
8
+ </entry >
Original file line number Diff line number Diff line change @@ -26,5 +26,6 @@ This releases contains ...
26
26
[#release-notes-2-x-x-updated]
27
27
=== Updated
28
28
29
+ * Update `actions/checkout` to version `4.1.2` (https://github.com/apache/logging-log4j2/pull/2370[2370])
29
30
* Update `com.fasterxml.jackson:jackson-bom` to version `2.17.0` (https://github.com/apache/logging-log4j2/pull/2372[2372])
30
31
* Update `org.apache.commons:commons-compress` to version `1.26.1` (https://github.com/apache/logging-log4j2/pull/2361[2361])
You can’t perform that action at this time.
0 commit comments